Document::Control

Section: ET++ method description (n)
Updated: automatically Fri Mar 15 14:13:05 1991
Index Return to Main Contents
 

NAME

Document::Control - instance method  

TEMPLATE

see template of EvtHandler::Control  

SPECIFIERS

public virtual  

DESCRIPTION

Control handles two special events and forwards these and all other events to the next event handler.
If the id is const cIdWinDestroyed, then value refers to a window, an instance of the class Window which has the flag eWinDestroy set and should be destroyed due to a request from an external window manager (see method Window::Control). Therefore this window has to be removed from the instvar windows.
If the id is const cIdCloseBox, then the document calls the method Toggle to iconify its windows. Method is rarely overridden. Method always calls base method.  

ARGUMENTS

see arguments of EvtHandler::Control  

RETURN ARGUMENT

see return argument of EvtHandler::Control  

CATEGORIES

miscellaneous  

FIRST DEFINITION

class EvtHandler  

FILES

implementation:
Document.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:28 GMT, March 30, 2022